﻿/*left menu*/
.type-left {
    float:left;
    width:225px;
    padding:0px 0px 10px 0px;
    border:1px solid #ececec;
}

.type-right {
    float:left;
    width:975px;     
}

.type-left-title {
    line-height:50px;
    font:24px;
    font-weight:bold;
    text-align:center;
}

.type-left-tel {
    width:190px;
    margin:30px auto 0px auto;
}
.type-left-phone {
    width:190px;
    margin:0px auto;
    padding-left:15px;
    color:#f17100;
    font-size:20px;
}


    .type-left ul li {
    }

        .type-left ul li div {
            width:198px;
            height:41px;
            line-height:40px;
            background-image:url(../images/type.jpg);
            background-repeat:no-repeat;
            margin:8px auto;
            text-indent:40px;
        }

.type-left-menu-select {
                background-image:url(../images/type_select.jpg)!important;
            background-repeat:no-repeat;
}
.type-left-menu-down {
                background-image:url(../images/type_down.jpg)!important;
            background-repeat:no-repeat;
}

.type-right article {
    width:960px;
    margin-left:15px;
}
.type-right article section ul li {
    padding:0px 5px 30px 20px;
}


/*Service*/
/*.pro-service {
    overflow: hidden;
    position: relative;
}

    .pro-service li {
        overflow: hidden;
        padding: 5px 10px 20px;
        text-align: center;
        line-height: 36px;
    }

        .pro-service li a {
            overflow: hidden;
            position: relative;
        }

    .pro-service .img {
        overflow: hidden;
        position: relative;
    }

    .pro-service img {
        width: 100%;
    }

img {
    max-width: 100%;
}

.pro-service .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-position: top center;
}*/


